Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / INList<T> Interface
Properties Methods

In This Topic
    INList<T> Interface Members
    In This Topic

    The following tables list the members exposed by INList<T>.

    Public Properties
     NameDescription
     PropertyGets the count of items. (Inherited from Nevron.Nov.DataStructures.INCountable<T>)
     PropertyGets/set the item at the specified index. (Inherited from Nevron.Nov.DataStructures.INWritableIndexedSet<T>)
    Top
    Public Methods
     NameDescription
     MethodAdds the specified item (Inherited from Nevron.Nov.DataStructures.INAddable<T>)
     MethodRemoves all content (items) (Inherited from Nevron.Nov.DataStructures.INClearable)
     MethodQueries whether the specified item is contained in this object. (Inherited from Nevron.Nov.DataStructures.INContains<T>)
     MethodCopies all items of this set to the specified array, starting from the specified array index. (Inherited from Nevron.Nov.DataStructures.INSet<T>)
     MethodGets an iterator that iterates through the items in forward order. (Inherited from Nevron.Nov.DataStructures.INIterable<T>)
     MethodGets an iterator that iterates through the items in a reverse order. (Inherited from Nevron.Nov.DataStructures.INReverseIterable<T>)
     MethodGets the index at which the item appears in the set for the first time. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.INIndexedSet<T>)
     MethodInserts the item at the specified index (Inherited from Nevron.Nov.DataStructures.INCollection<T>)
     MethodGets the index at which the item appears in the set for the last time. Returns -1 if the item does not appear in the set. (Inherited from Nevron.Nov.DataStructures.INIndexedMultiSet<T>)
     MethodRemoves the first occurrence of the specified item in the list, by starting the search from the specified index.  
     MethodRemoves all occurrences of the specified item.  
     MethodRemoves the item at the specified index (Inherited from Nevron.Nov.DataStructures.INCollection<T>)
     MethodOverloaded. Removes the last occurrence of the specified item (if any).  
     MethodConverts this set to an array. (Inherited from Nevron.Nov.DataStructures.INSet<T>)
    Top
    See Also